Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectCollection<T> Class / Item Property / Item(Int32) Property
The index of floating object.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the floating object at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Overrides Property Item( _
       ByVal index As Integer _
    ) As T
    'Usage
     
    Dim instance As FloatingObjectCollection(Of T)
    Dim index As Integer
    Dim value As T
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public override T Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The index of floating object.

    Property Value

    The floating object.
    See Also